runtime.pageAlloc.allocRange (method)
3 uses
runtime (current package)
mheap.go#L1291: scav = h.pages.allocRange(base, npages)
mpagealloc.go#L573: func (p *pageAlloc) allocRange(base, npages uintptr) uintptr {
mpagealloc.go#L918: scav = p.allocRange(addr, npages)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)